home *** CD-ROM | disk | FTP | other *** search
/ Pycckuu Kocmoc - Russian Space / Pycckuu Kocmoc - Russian Space.iso / space2.exe / 0 / RCDATA / TFMPARA / TFMPARA.txt < prev   
Text File  |  2001-04-12  |  1KB  |  75 lines

  1. object fmPara: TfmPara
  2.   Left = 227
  3.   Top = 207
  4.   BorderStyle = bsNone
  5.   Caption = 'fmPara'
  6.   ClientHeight = 380
  7.   ClientWidth = 444
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 444
  27.     Height = 380
  28.     Align = alClient
  29.   end
  30.   object Scroll: TScrlHTML
  31.     Left = 403
  32.     Top = 40
  33.     Width = 20
  34.     Height = 302
  35.     OnMouseDown = ScrollMouseDown
  36.     Picture.Data = {<image000.jpg>}
  37.     HTML = HTML
  38.     Position = 0
  39.   end
  40.   object imClose: TImageBtn
  41.     Left = 371
  42.     Top = 7
  43.     Width = 19
  44.     Height = 19
  45.     Cursor = crHandPoint
  46.     OnClick = imCloseClick
  47.   end
  48.   object HTML: ThtmlLite
  49.     Left = 38
  50.     Top = 40
  51.     Width = 363
  52.     Height = 305
  53.     Cursor = crIBeam
  54.     ViewImages = False
  55.     TabOrder = 0
  56.     DefBackground = clBlack
  57.     BorderStyle = htFocused
  58.     HistoryMaxCount = 0
  59.     DefFontName = 'Zrial Narrow'
  60.     DefPreFontName = 'Courier New'
  61.     DefFontColor = 14407370
  62.     NoSelect = False
  63.     ScrollBars = ssNone
  64.     CharSet = RUSSIAN_CHARSET
  65.     OnMouseDown = HTMLMouseDown
  66.   end
  67.   object Timer1: TTimer
  68.     Enabled = False
  69.     Interval = 1
  70.     OnTimer = Timer1Timer
  71.     Left = 24
  72.     Top = 8
  73.   end
  74. end
  75.